From fad9f018c7c0167c4a3f98cf972c3f92c3d6b625 Mon Sep 17 00:00:00 2001 From: Linus Kardell Date: Tue, 9 Sep 2025 17:12:52 +0200 Subject: [PATCH] tiff: correct PKG_LICENSE_FILES Point to correct file name. Signed-off-by: Linus Kardell --- libs/tiff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 0e7bbd6025..f309a62ba1 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tiff PKG_VERSION:=4.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.osgeo.org/libtiff @@ -17,7 +17,7 @@ PKG_HASH:=67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976 PKG_MAINTAINER:=Jiri Slachta PKG_LICENSE:=libtiff -PKG_LICENSE_FILES:=COPYRIGHT +PKG_LICENSE_FILES:=LICENSE.md PKG_CPE_ID:=cpe:/a:libtiff:libtiff include $(INCLUDE_DIR)/package.mk -- 2.30.2